Module-level declarations
Types
Functions
Queries
Link copied to clipboard
@mount("ft3.evm.get_account_by_evm_address")
query get_account_by_evm_address(acc: byte_array): byte_array?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Operations
Link copied to clipboard
@mount("ft3.evm.add_auth_descriptor")
operation add_auth_descriptor(accountId: byte_array, auth_descriptor: auth_descriptor, signature: signature)
Link copied to clipboard
@mount("ft3.evm.register_account")
operation register_account(evm_addr: byte_array, auth_descriptor: auth_descriptor, signature: signature)